home *** CD-ROM | disk | FTP | other *** search
- this.cacheAsBitmap = true;
- onEnterFrame = function()
- {
- if(this.hitTest(_parent._parent.man.hitfk))
- {
- if(_parent._parent.inAir == true)
- {
- _parent._parent.man.finish = true;
- }
- else
- {
- _parent._parent.man.finish = true;
- _parent._parent.movlock = true;
- _parent._parent.end = true;
- _parent._parent.man.gotoAndPlay("finish");
- }
- this._visible = false;
- delete this.onEnterFrame;
- }
- };
-